$(document).ready(function(){$(".whyusblockwrapper").each(function(){0<$(this).find(".image-wrapper.champion .comp-img-generic").length&&$(this).find(".image-wrapper").addClass("non_svg_image");$(".whyUs-col-block").each(function(){0<$(this).find(".title-wrapper h1").length?($(this).find(".mobile-image-wrapper .mobile-image-not-authored").addClass("card-title-configured--h1"),$(this).find(".mobile-image-wrapper .image-wrap").addClass("card-title-configured--h1")):0<$(this).find(".title-wrapper h2").length? ($(this).find(".mobile-image-wrapper .mobile-image-not-authored").addClass("card-title-configured--h2"),$(this).find(".mobile-image-wrapper .image-wrap").addClass("card-title-configured--h2")):0<$(this).find(".title-wrapper h3").length?($(this).find(".mobile-image-wrapper .mobile-image-not-authored").addClass("card-title-configured--h3"),$(this).find(".mobile-image-wrapper .image-wrap").addClass("card-title-configured--h3")):0<$(this).find(".title-wrapper h4").length&&($(this).find(".mobile-image-wrapper .mobile-image-not-authored").addClass("card-title-configured--h4"), $(this).find(".mobile-image-wrapper .image-wrap").addClass("card-title-configured--h4"))})})});